Skip to content

5.14.0 Release Docs#1686

Merged
smartinellibenedetti merged 111 commits into4.0.xfrom
5.14.0
Aug 4, 2025
Merged

5.14.0 Release Docs#1686
smartinellibenedetti merged 111 commits into4.0.xfrom
5.14.0

Conversation

@fdevans
Copy link
Contributor

@fdevans fdevans commented Aug 4, 2025

5.14.0 Release notes Docs

@fdevans fdevans requested review from Copilot and jsboak August 4, 2025 17:05

This comment was marked as outdated.

@fdevans fdevans added this to the 5.14.0 milestone Aug 4, 2025
cwaltherpd and others added 2 commits August 4, 2025 10:52
added Microsoft My SQL Server driver

  - Common drivers:
    - PostgreSQL: `org.postgresql.Driver`
    - MySQL: `com.mysql.jdbc.Driver`
    - MariaDB: `org.mariadb.jdbc.Driver`
    - Oracle: `oracle.jdbc.OracleDriver`
    - Microsoft: `com.microsoft.sqlserver.jdbc.SQLServerDriver`
@fdevans fdevans requested a review from Copilot August 4, 2025 19:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces documentation for the Rundeck 5.14.0 release, which is primarily a maintenance release focused on security enhancements and bug fixes. The release addresses multiple CVEs through dependency updates and includes various stability improvements.

Key changes:

  • Added comprehensive 5.14.0 release notes documenting security fixes and improvements
  • Updated version configuration and release calendar
  • Reorganized runner documentation sections for better readability

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/history/release-calendar.md Added 5.14.0 release entry and removed older 5.5.0 version from support list
docs/history/cves/CVE-2025-48924.md Added documentation for new CVE with false positive clarification
docs/history/5_x/version-5.14.0.md Complete release notes for 5.14.0 with security fixes and feature updates
docs/administration/runner/using-runners/runner-using.md Moved job output section to improve document flow
docs/administration/runner/runner-management/node-dispatch.md Reorganized warning sections and improved formatting
docs/administration/runner/runner-management/managing-runners.md Enhanced ACL documentation and restructured content organization
docs/administration/runner/runner-installation/runner-install.md Minor formatting cleanup
docs/administration/runner/runner-installation/creating-runners.md Updated system requirements and improved ACL documentation formatting
docs/administration/runner/index.md Removed commented code blocks and simplified content
docs/.vuepress/sidebar-menus/history.ts Added 5.14.0 version to navigation menu
docs/.vuepress/setup.js Updated version constants to 5.14.0
.docsearch/config.json Updated search configuration for new version
Comments suppressed due to low confidence (2)

docs/history/cves/CVE-2025-48924.md:13

  • CVE-2025-48924 appears to reference a future CVE number. CVE numbers for 2025 are not yet assigned as it is currently August 2025. This should be verified and corrected if this is meant to reference an existing CVE.
[CVE-2025-48924](https://nvd.nist.gov/vuln/detail/CVE-2025-48924) describes an Uncontrolled Recursion vulnerability in Apache Commons Lang. This issue affects commons-lang:commons-lang versions 2.0 to 2.6, and org.apache.commons:commons-lang3 versions 3.0 before 3.18.0. The vulnerability is present in the `ClassUtils.getClass(...)` method, which can throw a `StackOverflowError` on very long inputs. Since errors of this type are typically not handled, this could cause an application to stop unexpectedly. The recommended mitigation is to upgrade to version 3.18.0 or later.

docs/history/5_x/version-5.14.0.md:17

  • Multiple CVE numbers listed (CVE-2025-48734, CVE-2025-48976, CVE-2025-7783) appear to reference future CVE numbers that have not been assigned yet as it is currently August 2025. These should be verified and corrected to reference actual existing CVEs.
Rundeck 5.14.0 is a maintenance release focused on security enhancements and bug fixes. This release addresses multiple CVEs including CVE-2023-3635, CVE-2025-48734, CVE-2025-48976, and CVE-2025-7783 through dependency updates across the platform. 

Copy link
Contributor

@jsboak jsboak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@smartinellibenedetti smartinellibenedetti merged commit 8a704a7 into 4.0.x Aug 4, 2025
2 checks passed
@smartinellibenedetti smartinellibenedetti deleted the 5.14.0 branch August 4, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants